services.borgbackup.jobs.<name>.createCommand
Borg command to use for archive creation. The default (create)
creates a regular Borg archive.
Use import-tar to instead read a tar archive stream from
dumpCommand output and import its contents into the
repository.
import-tar can not be used together with exclude or
patterns.
- Type
one of "create", "import-tar"- Default
"create"- Example
"import-tar"- Declared
- <nixpkgs/nixos/modules/services/backup/borgbackup.nix>